From 51c310b56378fb3cde223ff325b2a2ab581bd52b Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sat, 16 Dec 2006 00:43:50 +0000 Subject: [PATCH] (Ftry_completion): Use `check_obarray' if ALIST is a vector. --- src/minibuf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/minibuf.c b/src/minibuf.c index 28f4a453ec7..c2df83253fd 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -1287,6 +1287,7 @@ is used to further constrain the set of candidates. */) tail = alist; if (type == 2) { + alist = check_obarray (alist); obsize = XVECTOR (alist)->size; bucket = XVECTOR (alist)->contents[index]; } -- 2.30.2